콘텐츠로 건너뛰기

폰트제작

폰트제작

This category can be followed from the open social web via the handle 폰트제작@localhost:4567

24 토픽 0 게시물
아르고나인|봄봄스쿨|생각정리AI연구소|폰트|만들기를 다룹니다.
  • 오픈소스 폰트 제작 프로그램

    2
    0 투표
    2 게시물
    175 조회수
    Bookfactory의 오픈소스 폰트 제작 프로그램 소개는 창의적이다. 스프런키 게임의 생동감 넘치는 음악은 폰트 디자인 과정의 활기찬 분위기를 자연스럽게 더하며 영감을 불어넣는다.https://sprunki-kr.com/
  • pantograph

    1
    0 투표
    1 게시물
    66 조회수
    A
    https://github.com/mtirado1/pantograph?tab=readme-ov-file
  • 폰트 편집의 기초

    1
    0 투표
    1 게시물
    44 조회수
    A
    Editing Glyphr Studio uses a common editing experience for Characters, Components, and Ligatures, (collectively known as 'Glyphs') because these types of objects are all a collection of paths that form a visual representation of a glyph. Editor pages are split into three main areas. From left to right, the first area is the Panels area. There is a thin area in the middle to select Tools. And finally a large area on the right to display the edit canvas. [image: page_characters.png] Panels area Project data is displayed two ways: the edit canvas displays a visual representation of the data. The Panels area displays data in various lists or inputs. The Attributes Panel, for example, displays a series of Cards that has detailed information about whatever is currently selected. These cards have properties that you can edit, and those changes will update on the Edit Canvas (and vise-versa, changes on the Edit Canvas will update the detail cards). Cards also display various actions you can take on that selected item. Detail cards The main detail cards are: Glyph - if nothing is selected, the Glyph card is the only one displayed. Path - shows information about the currently selected Path. Path Point - shows information about the currently selected point on the path. Tools Edit Tool Icon Description New Rectangle [image: icon-tool_new_rectangle.png] Draws a new rectangle path with four corner points (that don't have handles). New Oval [image: icon-tool_new_oval.png] Draws a new oval path. New Path [image: icon-tool_new_path.png] Draws a new path. Click once to add corner points. Click and drag to add a point with symmetric handles (this can be changed later). Once you're done creating a new path, you can select a different tool, or press the "Done creating path" button. Add Path Point [image: icon-tool_add_path_point.png] Adds a path point to a path that already exists. Path edit [image: icon-tool_path_edit.png] This is the Pen tool, it allows you to select points, then move that point or move it's handles. Resize [image: icon-tool_resize.png] This is the Arrow tool, it allows you to select a whole path, then move it or resize it. Kern [image: icon-tool_kern.png] On the Kern page, this is the only tool, which adjusts the kern value. For the Path Edit and Resize tools, holding down Ctrl will allow you to multi-select either Paths or Path Points. For the Add Path Point tool, holding down Shift will round the coordinate values of the new point to whole numbers. Edit canvas The Edit Canvas is the visual representation of project data. Changes here will update the Panel area details as well. Along the bottom there are canvas view controls, from left to right they are: View Tool Icon Description Pan [image: icon-tool_pan.png] Move the view left / right / up / down. You can also toggle Pan by holding down Space bar or Middle mouse wheel. Zoom [image: icon-tool_zoom_out.png][image: icon-tool_zoom_in.png] There are Zoom Out -, Zoom readout %, and Zoom In + controls grouped together. The - and + buttons adjust the zoom %. Zoom 1:1 [image: icon-tool_zoom_1_1.png] The Zoom 1:1 button sets the zoom level such that 1 pixel on your screen is equal to 1 Em unit from your project. Zoom to fit [image: icon-tool_zoom_fit.png] This will auto-fit the current glyph to however big your window is currently. Live Preview [image: icon-tool_pop_out.png] Pop out a second screen for a live preview of your font.
  • Glyphr Studio가 [무언가]를 지원하나요?

    1
    0 투표
    1 게시물
    48 조회수
    A
    Feature support Very often we get questions like "Does Glyphr Studio support [something]". Font files have a huge list of features, and since Glyphr Studio is designed for beginners and hobbyists, only a small set of font features are supported. For the supported features, be sure to read the the Import / Export article for more detailed information. What is supported Kerning (Horizontal) Ligatures Editing any character in Unicode This includes any character on any Unicode plane. Planes 0 through 3 (characters U+0 through U+32FFF) have range names and can be searched for and added in the Settings > Project page. Additional planes (characters U+40000 through U+10FFFF) are either unassigned or private / supplementary use areas. These can be added as custom ranges in Glyphr Studio. This includes whitespace characters and control characters Supported import font formats OTF TTF WOFF SVG Font Supported export font formats OTF SVG Font What is not supported Color fonts Variable fonts Multiple masters / interpolation Right-to-left (RTL) fonts Vertical fonts / Vertical kerning Contextual alternates / Stylistic alternates OpenType font features or variants Not supported export font formats TTF WOFF UFO (everything else) Questions or comments? mail@glyphrstudio.com
  • 폰트 관련 자료

    이동됨
    1
    0 투표
    1 게시물
    61 조회수
    A
    https://github.com/black7375/font-range
  • 조합이 가능한 폰트 구성

    이동됨
    1
    0 투표
    1 게시물
    51 조회수
    A
    https://www.compart.com/en/unicode https://www.compart.com/en/unicode/search?q=hangul#characters https://www.compart.com/en/unicode/search?q=hangul#blocks
  • 필압 데이터 관련 오픈소스 프로젝트

    이동됨
    1
    0 투표
    1 게시물
    60 조회수
    A
    HCI (Human-Computer Interaction) 관련 필압 데이터를 활용한 폰트나 필압 데이터를 제공하는 사이트는 일반적으로 연구 목적이나 디자인 프로젝트에 많이 활용됩니다. 이러한 데이터를 제공하는 웹사이트 몇 가지를 소개하겠습니다. Google Fonts (Variable Fonts): Google Fonts는 필압과 같은 요소를 포함한 가변 폰트(Variable Fonts)를 제공합니다. 가변 폰트는 필압과 글꼴의 굵기, 기울기 등을 조절할 수 있어, HCI 연구에 유용하게 사용될 수 있습니다. Google Fonts GitHub - 필압 데이터 관련 오픈소스 프로젝트: GitHub에서는 필압 데이터를 활용한 다양한 프로젝트와 폰트를 찾을 수 있습니다. 특히, HCI 연구에 유용한 데이터를 제공하는 프로젝트들도 많이 있습니다. GitHub FontSpace: FontSpace에서는 다양한 필압 데이터를 활용한 폰트를 제공합니다. 상업적 및 비상업적으로 무료로 사용할 수 있는 폰트도 많습니다. FontSpace FontStruct: 사용자가 직접 폰트를 디자인하고 공유할 수 있는 플랫폼으로, 필압 데이터와 같은 커스텀 폰트를 제작하여 연구 목적으로 활용할 수 있습니다. FontStruct Phantom Open Emoji: 오픈 소스 폰트 및 이모지 프로젝트로, 필압 및 다양한 변형을 제공하는 폰트가 포함되어 있습니다. HCI 연구에서 필압 데이터를 수집하거나 활용할 때 참고할 수 있습니다. Phantom Open Emoji Google Scholar: 필압 관련 데이터를 찾는다면 연구 논문을 통해 데이터셋을 확인하고 사용할 수 있습니다. 논문에서 제공하는 데이터셋 링크를 통해 필압 관련 데이터를 확보할 수 있습니다. Google Scholar 위의 사이트들을 통해 HCI와 관련된 필압 데이터를 확보하거나 폰트를 다운로드받아 사용할 수 있습니다. 필요한 경우, 각 사이트에서 제공하는 라이선스 조건을 확인하시기 바랍니다.
  • 한글 폰트 생성을 위한 svg 조합형폰트 만들기 1

    이동됨
    1
    0 투표
    1 게시물
    42 조회수
    A
    한글 폰트 생성을 위한 svg 조합형폰트 만들기 일단 폰트를 자모 조합을 해서 폰트를 만드는 것을 준비하고 있습니다. 일단 폰트포지에서 python 으로 데이터를 제어할 수 있어서 잠깐 보고 폰트데이터를 -> svg로 제작 다시 초성 ,중성, 종성 코드별로 폰트가 조합되게 배치하고 글자의 형태에 맞춰 다시 짜깁기 해서 만드는 중입니다. [image: 1724042838052-19ec3572-da14-4b7f-a6e6-5e11f45d4f3e-image.png] 계속 이상한 에디터를 만들다가 갑자기 셰이프별로 조합하는 것을 만들고 AI가 뭘 하게 해볼까 하고있습니다. 전자책의 끝은 자기글씨라고 생각합니다. [image: 1724042843147-541927af-7079-4f8c-bc0b-9c2239478457-image.png] 일단 옛날 게임용 비트맵폰트 이미지를 받아서 조합형폰트 구조의 svg로 만들고 조합할 수 있는 모양에 맞춰 화면에 재배열하는 것을 만들었습니다. 128여개의 글자만 손으로 쓰면 폰트조합이 나오게 됩니다. 지금은 비트맵이지만 벡터로 그리거나 아이패드 같은 곳에서 따라쓰기 하면 바로 내 스타일의 한글이 만들어지게 할 수도 있고 일러스트레이터에서 조합형 폰트 기본형만 만들면 폰트가 생성되거나 영문폰트의 글리프 대로 한글폰트가 만들어지게 할 수 있습니다. 예전에 영문폰트로 한글폰트 만드는 기억이 나기는하네요.
  • 비트맵 폰트 제작

    이동됨
    1
    0 투표
    1 게시물
    48 조회수
    A
    https://blog.naver.com/hd3306/221985699526