更新换行算法和APP-PUSH
This commit is contained in:
16
client/src/features/textWrap/measure/index.ts
Normal file
16
client/src/features/textWrap/measure/index.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export type {
|
||||
ContextProfile,
|
||||
FontSpec,
|
||||
MeasureMeta,
|
||||
MeasureReason,
|
||||
MeasureResult,
|
||||
MeasureWidthImpl,
|
||||
TextWrapContext,
|
||||
} from './types';
|
||||
|
||||
export { MissingFontSpecError } from './errors';
|
||||
export { assertFontSpecComplete, buildFontSpecKey } from './fontSpecKey';
|
||||
export { defaultMeasureWidthImpl } from './measureWidthImpl';
|
||||
export { measureWidthCached } from './measureWidthCached';
|
||||
export { measureSliceWidthCached } from './measureSliceWidthCached';
|
||||
|
||||
Reference in New Issue
Block a user