mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
chore: normalize line endings
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
export interface FontOption {
|
||||
value: string;
|
||||
label: string;
|
||||
category: "system" | "google" | "custom";
|
||||
weights?: number[];
|
||||
hasClassName?: boolean;
|
||||
}
|
||||
|
||||
export interface GoogleFontMeta {
|
||||
family: string;
|
||||
category: string;
|
||||
}
|
||||
|
||||
export interface FontAtlasEntry {
|
||||
x: number;
|
||||
y: number;
|
||||
w: number;
|
||||
ch: number;
|
||||
s: string[];
|
||||
}
|
||||
|
||||
export interface FontAtlas {
|
||||
fonts: Record<string, FontAtlasEntry>;
|
||||
}
|
||||
export interface FontOption {
|
||||
value: string;
|
||||
label: string;
|
||||
category: "system" | "google" | "custom";
|
||||
weights?: number[];
|
||||
hasClassName?: boolean;
|
||||
}
|
||||
|
||||
export interface GoogleFontMeta {
|
||||
family: string;
|
||||
category: string;
|
||||
}
|
||||
|
||||
export interface FontAtlasEntry {
|
||||
x: number;
|
||||
y: number;
|
||||
w: number;
|
||||
ch: number;
|
||||
s: string[];
|
||||
}
|
||||
|
||||
export interface FontAtlas {
|
||||
fonts: Record<string, FontAtlasEntry>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user