Загрузка страницы

How to create Instagram logo in Microsoft Word

Superellipse inside Word: https://youtu.be/yOADKszDDNk
Other word tutorials: https://www.youtube.com/playlist?list=PLkTfLuE2Kz-5hELeiPa6iVt97qL0W-aIR
E-book http://youtu.be/Z0jB9xJ5-TU
http://www.facebook.com/BestTextEffectsInWord
http://issuu.com/upir/docs/best_text_effects_in_microsoft_word
--------------------------------------------------------------------

Sub draw_superellipse()
'
'
' draw (something like) superellipse in Microsoft Word
' created in 2018 by Vaclav Krejci
' please see youtube tutorials for details about the code:
' https://youtu.be/yOADKszDDNk
' https://youtu.be/fQoJSalAw7w
'
'
'
Dim circle_points(1 To 13, 1 To 2) As Single
Dim circle_xpos As Double
Dim circle_ypos As Double
Dim circle_size As Double
Dim circle_anchor_offset As Double

circle_xpos = 100
circle_ypos = 100
circle_size = 200
circle_anchor_offset = 60

' fist point
circle_points(1, 1) = circle_xpos + circle_size / 2
circle_points(1, 2) = circle_ypos

circle_points(2, 1) = circle_xpos + circle_size / 2 + circle_anchor_offset
circle_points(2, 2) = circle_ypos
' second point
circle_points(3, 1) = circle_xpos + circle_size
circle_points(3, 2) = circle_ypos + circle_size / 2 - circle_anchor_offset

circle_points(4, 1) = circle_xpos + circle_size
circle_points(4, 2) = circle_ypos + circle_size / 2

circle_points(5, 1) = circle_xpos + circle_size
circle_points(5, 2) = circle_ypos + circle_size / 2 + circle_anchor_offset
' third point
circle_points(6, 1) = circle_xpos + circle_size / 2 + circle_anchor_offset
circle_points(6, 2) = circle_ypos + circle_size

circle_points(7, 1) = circle_xpos + circle_size / 2
circle_points(7, 2) = circle_ypos + circle_size

circle_points(8, 1) = circle_xpos + circle_size / 2 - circle_anchor_offset
circle_points(8, 2) = circle_ypos + circle_size
' 4th point
circle_points(9, 1) = circle_xpos
circle_points(9, 2) = circle_ypos + circle_size / 2 + circle_anchor_offset

circle_points(10, 1) = circle_xpos
circle_points(10, 2) = circle_ypos + circle_size / 2

circle_points(11, 1) = circle_xpos
circle_points(11, 2) = circle_ypos + circle_size / 2 - circle_anchor_offset
' last point (connected to the first point)
circle_points(12, 1) = circle_xpos + circle_size / 2 - circle_anchor_offset
circle_points(12, 2) = circle_ypos

circle_points(13, 1) = circle_xpos + circle_size / 2
circle_points(13, 2) = circle_ypos
ActiveDocument.Shapes.AddCurve(circle_points).Select
End Sub

Видео How to create Instagram logo in Microsoft Word канала Vaclav Krejci
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
1 июня 2018 г. 23:00:05
00:08:32
Другие видео канала
Racing Logo Text Effect in Microsoft Word (Tutorial WordArt for beginners)Racing Logo Text Effect in Microsoft Word (Tutorial WordArt for beginners)My First Macro in Microsoft Word (Simple VBA Tutorial, Visual Basic, Record Macro, How to)My First Macro in Microsoft Word (Simple VBA Tutorial, Visual Basic, Record Macro, How to)How to make Letterhead 📄 in Microsoft Word (tutorial)How to make Letterhead 📄 in Microsoft Word (tutorial)Text in Shape ❤️ in Microsoft WordText in Shape ❤️ in Microsoft WordText Wrap in Microsoft WordText Wrap in Microsoft WordHalloween card in Microsoft Word 🎃 how to tutorialHalloween card in Microsoft Word 🎃 how to tutorialCover Page ⚡️📒 Design in Word - how to create front page in Microsoft Word 365, brochure, titleCover Page ⚡️📒 Design in Word - how to create front page in Microsoft Word 365, brochure, titleCombine page orientation in Word, use landscape and portrait page in one document in Microsoft WordCombine page orientation in Word, use landscape and portrait page in one document in Microsoft WordThe best way to add page border in Microsoft Word.The best way to add page border in Microsoft Word.3 Ways to Remove Page 📄 in Word                     (Microsoft Word tutorial, how-to, troubleshoot)3 Ways to Remove Page 📄 in Word (Microsoft Word tutorial, how-to, troubleshoot)Calendar in Word in 5 minutes!      Learn how to create calendar in Microsoft Word, simple tutorialCalendar in Word in 5 minutes! Learn how to create calendar in Microsoft Word, simple tutorialHappy Birthday 🎉 🌈 card in Microsoft Word - simple tutorial for beginners, easy to follow, rainbowHappy Birthday 🎉 🌈 card in Microsoft Word - simple tutorial for beginners, easy to follow, rainbowMinimalistic book 📖 📕 📚 cover in Microsoft Word - tutorial for beginners (how to, DYI)Minimalistic book 📖 📕 📚 cover in Microsoft Word - tutorial for beginners (how to, DYI)Minecraft Logo in Excel?     How to create Minecraft logo in Microsoft Excel in 1 minute tutorial!Minecraft Logo in Excel? How to create Minecraft logo in Microsoft Excel in 1 minute tutorial!Cover page in Microsoft Word (Tutorial Microsoft Office, Geometric Design, Beginner, Graphic Design)Cover page in Microsoft Word (Tutorial Microsoft Office, Geometric Design, Beginner, Graphic Design)Progress Circle Chart in Excel (Microsoft Excel tutorial, Microsoft Office, Apple watch chart)Progress Circle Chart in Excel (Microsoft Excel tutorial, Microsoft Office, Apple watch chart)Soft Shadow in Microsoft Office (PowerPoint tutorial, how create soft shadow effect in Excel, Word)Soft Shadow in Microsoft Office (PowerPoint tutorial, how create soft shadow effect in Excel, Word)How to make 3D Text Effect in Word (Microsoft Word tutorial)How to make 3D Text Effect in Word (Microsoft Word tutorial)Fractals in PowerPoint part 2 (Tutorial - Koch Snowflake, Vicsek fractal)Fractals in PowerPoint part 2 (Tutorial - Koch Snowflake, Vicsek fractal)Fractals in PowerPoint (How to create fractals in Microsoft PowerPoint - tutorial)Fractals in PowerPoint (How to create fractals in Microsoft PowerPoint - tutorial)Blending mode and Full Justify in Microsoft Word (How to Tutorial)Blending mode and Full Justify in Microsoft Word (How to Tutorial)
Яндекс.Метрика