chore(text): align font face module naming
This commit is contained in:
parent
3534a4a919
commit
0f58b3eb37
|
|
@ -183,7 +183,7 @@ export {
|
|||
parseFontStyle,
|
||||
type FontFaceRef,
|
||||
type ParsedFontStyle
|
||||
} from './text/font-face'
|
||||
} from './text/face'
|
||||
export {
|
||||
ARABIC_LOCAL_FALLBACK_FAMILIES,
|
||||
ARABIC_REMOTE_FALLBACK_FAMILIES,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import { DEFAULT_FONT_FAMILY, IS_BROWSER, GOOGLE_FONTS_API_KEY } from '#core/con
|
|||
import type { SceneGraph } from '#core/scene-graph'
|
||||
import { fontFallbackEntry } from '#core/text/fallbacks'
|
||||
import type { FontFallbackScript } from '#core/text/fallbacks'
|
||||
import { fontFaceRenderFamily, parseFontStyle } from '#core/text/font-face'
|
||||
import { fontFaceRenderFamily, parseFontStyle } from '#core/text/face'
|
||||
|
||||
export interface FontInfo {
|
||||
family: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue